PlainIssue {
    severity: Warning,
    context: "[project]/crates/turbopack-tests/tests/snapshot/export-alls/cjs-2/input/commonjs.js",
    category: "analyze",
    title: "unexpected export *",
    description: "export * used with module [project]/crates/turbopack-tests/tests/snapshot/export-alls/cjs-2/input/commonjs.js which is a CommonJS module with exports only available at runtime\nList all export names manually (`export { a, b, c } from \"...\") or rewrite the module to ESM, to avoid the additional runtime code.`",
    detail: "",
    documentation_link: "",
    source: None,
    sub_issues: [],
}